Add repo-assist.md for automated repository assistant#551
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a repo-assist.md workflow/instructions document to configure “Repo Assist” automation for issue triage, PR maintenance, labeling, release prep, and onboarding.
Changes:
- Introduces a new Repo Assist workflow file with scheduled + manual triggers.
- Defines tool permissions/safe-output limits and .NET SDK setup.
- Documents task-driven operating guidelines and project-specific F#/.NET conventions.
Comments suppressed due to low confidence (3)
.github/workflows/repo-assist.md:1
- Several newly added lines contain mojibake/replacement characters (
�) and placeholder emoji markers (??). This will render poorly in GitHub and can confuse contributors; please replace�with the intended punctuation (often an em dash) and replace??with the intended emoji (or remove emojis entirely if you want plain text). Also ensure the file is saved as UTF-8.
---
.github/workflows/repo-assist.md:1
- Several newly added lines contain mojibake/replacement characters (
�) and placeholder emoji markers (??). This will render poorly in GitHub and can confuse contributors; please replace�with the intended punctuation (often an em dash) and replace??with the intended emoji (or remove emojis entirely if you want plain text). Also ensure the file is saved as UTF-8.
---
.github/workflows/repo-assist.md:1
- Several newly added lines contain mojibake/replacement characters (
�) and placeholder emoji markers (??). This will render poorly in GitHub and can confuse contributors; please replace�with the intended punctuation (often an em dash) and replace??with the intended emoji (or remove emojis entirely if you want plain text). Also ensure the file is saved as UTF-8.
---
583946b to
7819834
Compare
7819834 to
a279a3d
Compare
ed8e7e4 to
f81aebb
Compare
f81aebb to
f707a75
Compare
Introduces repo-assist.md, configuring "Repo Assist" to automate issue triage, PR management, labeling, release prep, and contributor onboarding. Defines structured, quality-focused workflows and project-specific guidelines for F#/.NET, with daily and manual run support.
f707a75 to
250b0f6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces repo-assist.md, configuring "Repo Assist" to automate issue triage, PR management, labeling, release prep, and contributor onboarding. Defines structured, quality-focused workflows and project-specific guidelines for F#/.NET, with daily and manual run support.
Fixes #549